home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / revw < prev    next >
Text File  |  2001-03-21  |  476b  |  21 lines

  1. Synopsis:
  2.    $revw(<word list>)
  3.  
  4. Technical:
  5.    This returns the input list in reverse order it was entered.
  6.  
  7. Practical:
  8.    There aren't may obvious uses for this function.  One possibility might
  9.    be a simple two-way encoding scheme, to deter any eyes that might be
  10.    spying on your conversation.
  11.  
  12. Returns:
  13.    input list reversed word for word
  14.  
  15. Examples:
  16.    $revw(welcome to our channel)            returns "channel our to welcome"
  17.  
  18. See Also:
  19.    reverse(6)
  20.  
  21.